Html Css Color HEX #CBAC77 Putty

📋 copy color: '#CBAC77'

red 203 ◦ green 172 ◦ blue 119

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

Shades of Putty #CBAC77

Tints of Putty #CBAC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.09%

R = 41.09%
G = 34.82%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBAC77 (or 0xCBAC77) is known color: Putty. HEX triplet: CB, AC and 77. RGB value is (203,172,119). Sum of RGB (Red+Green+Blue) = 203+172+119=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC77 is #345388. Grayscale: #AFAFAF. Windows color (decimal): -3429257 or 7843019. OLE color: 7843019.

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

Color convert

RGB 203 172 119 -
CMYK 0 0.15 0.41 0.20
HSL 37.86º 0.45% 0.63% -
HSV(B) 37.86º 0.41% 0.8% -
XYZ 42.71 43.53 23.6 -
YUV 175.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 203 172 119 0 0.15 0.41 0.20 37.86 0.45 0.63
Hex CB AC 77 0 F 29 14 26 2D 3F
Octal 313 254 167 0 17 51 24 46 55 77
Binary 11001011 10101100 1110111 0 1111 101001 10100 100110 101101 111111

Color Harmonies of #CBAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC77

Black with #CBAC77

Text Example


Text Example

White with #CBAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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