Html Css Color HEX #CBB278 Putty

📋 copy color: '#CBB278'

red 203 ◦ green 178 ◦ blue 120

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

Shades of Putty #CBB278

Tints of Putty #CBB278

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.53%

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

R = 40.52%
G = 35.53%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBB278 (or 0xCBB278) is known color: Putty. HEX triplet: CB, B2 and 78. RGB value is (203,178,120). Sum of RGB (Red+Green+Blue) = 203+178+120=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB278 is #344D87. Grayscale: #B3B3B3. Windows color (decimal): -3427720 or 7910091. OLE color: 7910091.

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

Color convert

RGB 203 178 120 -
CMYK 0 0.12 0.41 0.20
HSL 41.93º 0.44% 0.63% -
HSV(B) 41.93º 0.41% 0.8% -
XYZ 43.94 45.89 24.31 -
YUV 178.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 203 178 120 0 0.12 0.41 0.20 41.93 0.44 0.63
Hex CB B2 78 0 C 29 14 2A 2C 3F
Octal 313 262 170 0 14 51 24 52 54 77
Binary 11001011 10110010 1111000 0 1100 101001 10100 101010 101100 111111

Color Harmonies of #CBB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB278

Black with #CBB278

Text Example


Text Example

White with #CBB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB278; }

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

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

background-color css

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

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

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

border-color css

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

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

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