Html Css Color HEX #CBA76D Putty

📋 copy color: '#CBA76D'

red 203 ◦ green 167 ◦ blue 109

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

Shades of Putty #CBA76D

Tints of Putty #CBA76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.76%

R = 42.38%
G = 34.86%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBA76D (or 0xCBA76D) is known color: Putty. HEX triplet: CB, A7 and 6D. RGB value is (203,167,109). Sum of RGB (Red+Green+Blue) = 203+167+109=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA76D is #345892. Grayscale: #ABABAB. Windows color (decimal): -3430547 or 7186379. OLE color: 7186379.

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

Color convert

RGB 203 167 109 -
CMYK 0 0.18 0.46 0.20
HSL 37.02º 0.47% 0.61% -
HSV(B) 37.02º 0.46% 0.8% -
XYZ 41.21 41.44 20.29 -
YUV 171.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 203 167 109 0 0.18 0.46 0.20 37.02 0.47 0.61
Hex CB A7 6D 0 12 2E 14 25 2F 3D
Octal 313 247 155 0 22 56 24 45 57 75
Binary 11001011 10100111 1101101 0 10010 101110 10100 100101 101111 111101

Color Harmonies of #CBA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA76D

Black with #CBA76D

Text Example


Text Example

White with #CBA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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