Html Css Color HEX #CCB479 Putty

📋 copy color: '#CCB479'

red 204 ◦ green 180 ◦ blue 121

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

Shades of Putty #CCB479

Tints of Putty #CCB479

RGB

 RED value IS 204 (80.08% from 255) = 40.4%

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

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

R = 40.4%
G = 35.64%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCB479 (or 0xCCB479) is known color: Putty. HEX triplet: CC, B4 and 79. RGB value is (204,180,121). Sum of RGB (Red+Green+Blue) = 204+180+121=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB479 is #334B86. Grayscale: #B4B4B4. Windows color (decimal): -3361671 or 7976140. OLE color: 7976140.

HSL color Cylindrical-coordinate representation of color #CCB479: hue angle of 42.65º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCB479 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 121 -
CMYK 0 0.12 0.41 0.2
HSL 42.65º 0.45% 0.64% -
HSV(B) 42.65º 0.41% 0.8% -
XYZ 44.67 46.86 24.78 -
YUV 180.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 204 180 121 0 0.12 0.41 0.2 42.65 0.45 0.64
Hex CC B4 79 0 C 29 14 2B 2D 40
Octal 314 264 171 0 14 51 24 53 55 100
Binary 11001100 10110100 1111001 0 1100 101001 10100 101011 101101 1000000

Color Harmonies of #CCB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB479

Black with #CCB479

Text Example


Text Example

White with #CCB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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