Html Css Color HEX #CBB07A Putty

📋 copy color: '#CBB07A'

red 203 ◦ green 176 ◦ blue 122

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

Shades of Putty #CBB07A

Tints of Putty #CBB07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.35%

R = 40.52%
G = 35.13%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CBB07A (or 0xCBB07A) is known color: Putty. HEX triplet: CB, B0 and 7A. RGB value is (203,176,122). Sum of RGB (Red+Green+Blue) = 203+176+122=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB07A is #344F85. Grayscale: #B2B2B2. Windows color (decimal): -3428230 or 8040651. OLE color: 8040651.

HSL color Cylindrical-coordinate representation of color #CBB07A: hue angle of 40º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBB07A is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 122 -
CMYK 0 0.13 0.40 0.20
HSL 40º 0.44% 0.64% -
HSV(B) 40º 0.4% 0.8% -
XYZ 43.67 45.15 24.83 -
YUV 177.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 203 176 122 0 0.13 0.40 0.20 40 0.44 0.64
Hex CB B0 7A 0 D 28 14 28 2C 40
Octal 313 260 172 0 15 50 24 50 54 100
Binary 11001011 10110000 1111010 0 1101 101000 10100 101000 101100 1000000

Color Harmonies of #CBB07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB07A

Black with #CBB07A

Text Example


Text Example

White with #CBB07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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