Html Css Color HEX #CBAC73 Putty

📋 copy color: '#CBAC73'

red 203 ◦ green 172 ◦ blue 115

#CBAC73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #CBAC73

Tints of Putty #CBAC73

RGB

 RED value IS 203 (79.69% from 255) = 41.43%

 GREEN value IS 172 (67.58% from 255) = 35.1%

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 41.43%
G = 35.1%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBAC73 (or 0xCBAC73) is known color: Putty. HEX triplet: CB, AC and 73. RGB value is (203,172,115). Sum of RGB (Red+Green+Blue) = 203+172+115=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC73 is #34538C. Grayscale: #AFAFAF. Windows color (decimal): -3429261 or 7580875. OLE color: 7580875.

HSL color Cylindrical-coordinate representation of color #CBAC73: hue angle of 38.86º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBAC73 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 172 115 -
CMYK 0 0.15 0.43 0.20
HSL 38.86º 0.46% 0.62% -
HSV(B) 38.86º 0.43% 0.8% -
XYZ 42.48 43.44 22.37 -
YUV 174.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 203 172 115 0 0.15 0.43 0.20 38.86 0.46 0.62
Hex CB AC 73 0 F 2B 14 27 2E 3E
Octal 313 254 163 0 17 53 24 47 56 76
Binary 11001011 10101100 1110011 0 1111 101011 10100 100111 101110 111110

Color Harmonies of #CBAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC73

Black with #CBAC73

Text Example


Text Example

White with #CBAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC73; }

 p { color: rgb(203,172,115); }

 H1.HeaderClassName
 {
   color: #CBAC73;
 }
 .AnyTagClassName
 {
   color: #CBAC73;
 }
</style>

background-color css

<style>
 a { background-color: #CBAC73; }

 a { background-color: rgb(203,172,115); }

 div.DivClassName
 {
   background-color: #CBAC73;
 }
 .BgClassName
 {
   background-color: #CBAC73;
 }
</style>

border-color css

<style>
 span { border-color: #CBAC73; }

 span { border-color: rgb(203,172,115); }

 td.TdClassName
 {
   border-color: #CBAC73;
 }
 .TagClassName
 {
   border-color: #CBAC73;
 }
</style>