Html Css Color HEX #CBAB68 Putty

📋 copy color: '#CBAB68'

red 203 ◦ green 171 ◦ blue 104

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

Shades of Putty #CBAB68

Tints of Putty #CBAB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

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

R = 42.47%
G = 35.77%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBAB68 (or 0xCBAB68) is known color: Putty. HEX triplet: CB, AB and 68. RGB value is (203,171,104). Sum of RGB (Red+Green+Blue) = 203+171+104=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB68 is #345497. Grayscale: #ADADAD. Windows color (decimal): -3429528 or 6859723. OLE color: 6859723.

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

Color convert

RGB 203 171 104 -
CMYK 0 0.16 0.49 0.20
HSL 40.61º 0.49% 0.6% -
HSV(B) 40.61º 0.49% 0.8% -
XYZ 41.69 42.82 19.16 -
YUV 172.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 203 171 104 0 0.16 0.49 0.20 40.61 0.49 0.6
Hex CB AB 68 0 10 31 14 29 31 3C
Octal 313 253 150 0 20 61 24 51 61 74
Binary 11001011 10101011 1101000 0 10000 110001 10100 101001 110001 111100

Color Harmonies of #CBAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB68

Black with #CBAB68

Text Example


Text Example

White with #CBAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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