Html Css Color HEX #CBB479 Putty

📋 copy color: '#CBB479'

red 203 ◦ green 180 ◦ blue 121

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

Shades of Putty #CBB479

Tints of Putty #CBB479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.71%

 BLUE value IS 121 (47.66% from 255) = 24.01%

R = 40.28%
G = 35.71%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CBB479 (or 0xCBB479) is known color: Putty. HEX triplet: CB, B4 and 79. RGB value is (203,180,121). Sum of RGB (Red+Green+Blue) = 203+180+121=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB479 is #344B86. Grayscale: #B4B4B4. Windows color (decimal): -3427207 or 7976139. OLE color: 7976139.

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

Color convert

RGB 203 180 121 -
CMYK 0 0.11 0.40 0.20
HSL 43.17º 0.44% 0.64% -
HSV(B) 43.17º 0.4% 0.8% -
XYZ 44.4 46.72 24.77 -
YUV 180.15 94.62 144.3 -
System Red Green Blue C M Y K H S L
Decimal 203 180 121 0 0.11 0.40 0.20 43.17 0.44 0.64
Hex CB B4 79 0 B 28 14 2B 2C 40
Octal 313 264 171 0 13 50 24 53 54 100
Binary 11001011 10110100 1111001 0 1011 101000 10100 101011 101100 1000000

Color Harmonies of #CBB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB479

Black with #CBB479

Text Example


Text Example

White with #CBB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB479; }

 p { color: rgb(203,180,121); }

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

background-color css

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

 a { background-color: rgb(203,180,121); }

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

border-color css

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

 span { border-color: rgb(203,180,121); }

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