Html Css Color HEX #CBAF70 Putty

📋 copy color: '#CBAF70'

red 203 ◦ green 175 ◦ blue 112

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

Shades of Putty #CBAF70

Tints of Putty #CBAF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.86%

R = 41.43%
G = 35.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBAF70 (or 0xCBAF70) is known color: Putty. HEX triplet: CB, AF and 70. RGB value is (203,175,112). Sum of RGB (Red+Green+Blue) = 203+175+112=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF70 is #34508F. Grayscale: #B0B0B0. Windows color (decimal): -3428496 or 7385035. OLE color: 7385035.

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

Color convert

RGB 203 175 112 -
CMYK 0 0.14 0.45 0.20
HSL 41.54º 0.47% 0.62% -
HSV(B) 41.54º 0.45% 0.8% -
XYZ 42.88 44.53 21.66 -
YUV 176.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 203 175 112 0 0.14 0.45 0.20 41.54 0.47 0.62
Hex CB AF 70 0 E 2D 14 2A 2F 3E
Octal 313 257 160 0 16 55 24 52 57 76
Binary 11001011 10101111 1110000 0 1110 101101 10100 101010 101111 111110

Color Harmonies of #CBAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF70

Black with #CBAF70

Text Example


Text Example

White with #CBAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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