Html Css Color HEX #CBAF68 Putty

📋 copy color: '#CBAF68'

red 203 ◦ green 175 ◦ blue 104

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

Shades of Putty #CBAF68

Tints of Putty #CBAF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 42.12%
G = 36.31%
B = 21.58%

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

#CBAF68 (or 0xCBAF68) is known color: Putty. HEX triplet: CB, AF and 68. RGB value is (203,175,104). Sum of RGB (Red+Green+Blue) = 203+175+104=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF68 is #345097. Grayscale: #AFAFAF. Windows color (decimal): -3428504 or 6860747. OLE color: 6860747.

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

Color convert

RGB 203 175 104 -
CMYK 0 0.14 0.49 0.20
HSL 43.03º 0.49% 0.6% -
HSV(B) 43.03º 0.49% 0.8% -
XYZ 42.46 44.36 19.42 -
YUV 175.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 203 175 104 0 0.14 0.49 0.20 43.03 0.49 0.6
Hex CB AF 68 0 E 31 14 2B 31 3C
Octal 313 257 150 0 16 61 24 53 61 74
Binary 11001011 10101111 1101000 0 1110 110001 10100 101011 110001 111100

Color Harmonies of #CBAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF68

Black with #CBAF68

Text Example


Text Example

White with #CBAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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