Html Css Color HEX #CBB078 Putty

📋 copy color: '#CBB078'

red 203 ◦ green 176 ◦ blue 120

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

Shades of Putty #CBB078

Tints of Putty #CBB078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.05%

R = 40.68%
G = 35.27%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBB078 (or 0xCBB078) is known color: Putty. HEX triplet: CB, B0 and 78. RGB value is (203,176,120). Sum of RGB (Red+Green+Blue) = 203+176+120=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB078 is #344F87. Grayscale: #B1B1B1. Windows color (decimal): -3428232 or 7909579. OLE color: 7909579.

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

Color convert

RGB 203 176 120 -
CMYK 0 0.13 0.41 0.20
HSL 40.48º 0.44% 0.63% -
HSV(B) 40.48º 0.41% 0.8% -
XYZ 43.54 45.1 24.18 -
YUV 177.69 95.45 146.05 -
System Red Green Blue C M Y K H S L
Decimal 203 176 120 0 0.13 0.41 0.20 40.48 0.44 0.63
Hex CB B0 78 0 D 29 14 28 2C 3F
Octal 313 260 170 0 15 51 24 50 54 77
Binary 11001011 10110000 1111000 0 1101 101001 10100 101000 101100 111111

Color Harmonies of #CBB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB078

Black with #CBB078

Text Example


Text Example

White with #CBB078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB078; }

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

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

background-color css

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

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

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

border-color css

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

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

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