Html Css Color HEX #CBAF67 Putty

📋 copy color: '#CBAF67'

red 203 ◦ green 175 ◦ blue 103

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

Shades of Putty #CBAF67

Tints of Putty #CBAF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.41%

R = 42.2%
G = 36.38%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBAF67 (or 0xCBAF67) is known color: Putty. HEX triplet: CB, AF and 67. RGB value is (203,175,103). Sum of RGB (Red+Green+Blue) = 203+175+103=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF67 is #345098. Grayscale: #AFAFAF. Windows color (decimal): -3428505 or 6795211. OLE color: 6795211.

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

Color convert

RGB 203 175 103 -
CMYK 0 0.14 0.49 0.20
HSL 43.2º 0.49% 0.6% -
HSV(B) 43.2º 0.49% 0.8% -
XYZ 42.41 44.34 19.15 -
YUV 175.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 203 175 103 0 0.14 0.49 0.20 43.2 0.49 0.6
Hex CB AF 67 0 E 31 14 2B 31 3C
Octal 313 257 147 0 16 61 24 53 61 74
Binary 11001011 10101111 1100111 0 1110 110001 10100 101011 110001 111100

Color Harmonies of #CBAF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF67

Black with #CBAF67

Text Example


Text Example

White with #CBAF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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