Html Css Color HEX #CBA76A Putty

📋 copy color: '#CBA76A'

red 203 ◦ green 167 ◦ blue 106

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

Shades of Putty #CBA76A

Tints of Putty #CBA76A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.08%

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

R = 42.65%
G = 35.08%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBA76A (or 0xCBA76A) is known color: Putty. HEX triplet: CB, A7 and 6A. RGB value is (203,167,106). Sum of RGB (Red+Green+Blue) = 203+167+106=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA76A is #345895. Grayscale: #ABABAB. Windows color (decimal): -3430550 or 6989771. OLE color: 6989771.

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

Color convert

RGB 203 167 106 -
CMYK 0 0.18 0.48 0.20
HSL 37.73º 0.48% 0.61% -
HSV(B) 37.73º 0.48% 0.8% -
XYZ 41.05 41.37 19.46 -
YUV 170.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 203 167 106 0 0.18 0.48 0.20 37.73 0.48 0.61
Hex CB A7 6A 0 12 30 14 26 30 3D
Octal 313 247 152 0 22 60 24 46 60 75
Binary 11001011 10100111 1101010 0 10010 110000 10100 100110 110000 111101

Color Harmonies of #CBA76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA76A

Black with #CBA76A

Text Example


Text Example

White with #CBA76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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