Html Css Color HEX #CBB56B Putty

📋 copy color: '#CBB56B'

red 203 ◦ green 181 ◦ blue 107

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

Shades of Putty #CBB56B

Tints of Putty #CBB56B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.86%

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

R = 41.34%
G = 36.86%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBB56B (or 0xCBB56B) is known color: Putty. HEX triplet: CB, B5 and 6B. RGB value is (203,181,107). Sum of RGB (Red+Green+Blue) = 203+181+107=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB56B is #344A94. Grayscale: #B3B3B3. Windows color (decimal): -3426965 or 7058891. OLE color: 7058891.

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

Color convert

RGB 203 181 107 -
CMYK 0 0.11 0.47 0.20
HSL 46.25º 0.48% 0.61% -
HSV(B) 46.25º 0.47% 0.8% -
XYZ 43.81 46.81 20.64 -
YUV 179.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 203 181 107 0 0.11 0.47 0.20 46.25 0.48 0.61
Hex CB B5 6B 0 B 2F 14 2E 30 3D
Octal 313 265 153 0 13 57 24 56 60 75
Binary 11001011 10110101 1101011 0 1011 101111 10100 101110 110000 111101

Color Harmonies of #CBB56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB56B

Black with #CBB56B

Text Example


Text Example

White with #CBB56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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