Html Css Color HEX #CBA86A Putty

📋 copy color: '#CBA86A'

red 203 ◦ green 168 ◦ blue 106

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

Shades of Putty #CBA86A

Tints of Putty #CBA86A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.22%

 BLUE value IS 106 (41.8% from 255) = 22.22%

R = 42.56%
G = 35.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBA86A (or 0xCBA86A) is known color: Putty. HEX triplet: CB, A8 and 6A. RGB value is (203,168,106). Sum of RGB (Red+Green+Blue) = 203+168+106=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA86A is #345795. Grayscale: #ABABAB. Windows color (decimal): -3430294 or 6990027. OLE color: 6990027.

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

Color convert

RGB 203 168 106 -
CMYK 0 0.17 0.48 0.20
HSL 38.35º 0.48% 0.61% -
HSV(B) 38.35º 0.48% 0.8% -
XYZ 41.23 41.74 19.52 -
YUV 171.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 203 168 106 0 0.17 0.48 0.20 38.35 0.48 0.61
Hex CB A8 6A 0 11 30 14 26 30 3D
Octal 313 250 152 0 21 60 24 46 60 75
Binary 11001011 10101000 1101010 0 10001 110000 10100 100110 110000 111101

Color Harmonies of #CBA86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA86A

Black with #CBA86A

Text Example


Text Example

White with #CBA86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA86A; }

 p { color: rgb(203,168,106); }

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

background-color css

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

 a { background-color: rgb(203,168,106); }

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

border-color css

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

 span { border-color: rgb(203,168,106); }

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