Html Css Color HEX #CBB070 Putty

📋 copy color: '#CBB070'

red 203 ◦ green 176 ◦ blue 112

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

Shades of Putty #CBB070

Tints of Putty #CBB070

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

 BLUE value IS 112 (44.14% from 255) = 22.81%

R = 41.34%
G = 35.85%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBB070 (or 0xCBB070) is known color: Putty. HEX triplet: CB, B0 and 70. RGB value is (203,176,112). Sum of RGB (Red+Green+Blue) = 203+176+112=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB070 is #344F8F. Grayscale: #B1B1B1. Windows color (decimal): -3428240 or 7385291. OLE color: 7385291.

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

Color convert

RGB 203 176 112 -
CMYK 0 0.13 0.45 0.20
HSL 42.2º 0.47% 0.62% -
HSV(B) 42.2º 0.45% 0.8% -
XYZ 43.08 44.92 21.73 -
YUV 176.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 203 176 112 0 0.13 0.45 0.20 42.2 0.47 0.62
Hex CB B0 70 0 D 2D 14 2A 2F 3E
Octal 313 260 160 0 15 55 24 52 57 76
Binary 11001011 10110000 1110000 0 1101 101101 10100 101010 101111 111110

Color Harmonies of #CBB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB070

Black with #CBB070

Text Example


Text Example

White with #CBB070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB070; }

 p { color: rgb(203,176,112); }

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

background-color css

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

 a { background-color: rgb(203,176,112); }

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

border-color css

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

 span { border-color: rgb(203,176,112); }

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