Html Css Color HEX #CBA66B Putty

📋 copy color: '#CBA66B'

red 203 ◦ green 166 ◦ blue 107

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

Shades of Putty #CBA66B

Tints of Putty #CBA66B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.87%

 BLUE value IS 107 (42.19% from 255) = 22.48%

R = 42.65%
G = 34.87%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBA66B (or 0xCBA66B) is known color: Putty. HEX triplet: CB, A6 and 6B. RGB value is (203,166,107). Sum of RGB (Red+Green+Blue) = 203+166+107=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA66B is #345994. Grayscale: #AAAAAA. Windows color (decimal): -3430805 or 7055051. OLE color: 7055051.

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

Color convert

RGB 203 166 107 -
CMYK 0 0.18 0.47 0.20
HSL 36.88º 0.48% 0.61% -
HSV(B) 36.88º 0.47% 0.8% -
XYZ 40.92 41.03 19.67 -
YUV 170.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 203 166 107 0 0.18 0.47 0.20 36.88 0.48 0.61
Hex CB A6 6B 0 12 2F 14 25 30 3D
Octal 313 246 153 0 22 57 24 45 60 75
Binary 11001011 10100110 1101011 0 10010 101111 10100 100101 110000 111101

Color Harmonies of #CBA66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA66B

Black with #CBA66B

Text Example


Text Example

White with #CBA66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA66B; }

 p { color: rgb(203,166,107); }

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

background-color css

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

 a { background-color: rgb(203,166,107); }

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

border-color css

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

 span { border-color: rgb(203,166,107); }

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