Html Css Color HEX #CBAF77 Putty

📋 copy color: '#CBAF77'

red 203 ◦ green 175 ◦ blue 119

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

Shades of Putty #CBAF77

Tints of Putty #CBAF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.21%

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

R = 40.85%
G = 35.21%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBAF77 (or 0xCBAF77) is known color: Putty. HEX triplet: CB, AF and 77. RGB value is (203,175,119). Sum of RGB (Red+Green+Blue) = 203+175+119=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF77 is #345088. Grayscale: #B1B1B1. Windows color (decimal): -3428489 or 7843787. OLE color: 7843787.

HSL color Cylindrical-coordinate representation of color #CBAF77: hue angle of 40º 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 #CBAF77 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 175 119 -
CMYK 0 0.14 0.41 0.20
HSL 40º 0.45% 0.63% -
HSV(B) 40º 0.41% 0.8% -
XYZ 43.29 44.69 23.8 -
YUV 176.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 203 175 119 0 0.14 0.41 0.20 40 0.45 0.63
Hex CB AF 77 0 E 29 14 28 2D 3F
Octal 313 257 167 0 16 51 24 50 55 77
Binary 11001011 10101111 1110111 0 1110 101001 10100 101000 101101 111111

Color Harmonies of #CBAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF77

Black with #CBAF77

Text Example


Text Example

White with #CBAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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