Html Css Color HEX #CCB46C Putty

📋 copy color: '#CCB46C'

red 204 ◦ green 180 ◦ blue 108

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

Shades of Putty #CCB46C

Tints of Putty #CCB46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 41.46%
G = 36.59%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCB46C (or 0xCCB46C) is known color: Putty. HEX triplet: CC, B4 and 6C. RGB value is (204,180,108). Sum of RGB (Red+Green+Blue) = 204+180+108=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB46C is #334B93. Grayscale: #B3B3B3. Windows color (decimal): -3361684 or 7124172. OLE color: 7124172.

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

Color convert

RGB 204 180 108 -
CMYK 0 0.12 0.47 0.2
HSL 45º 0.48% 0.61% -
HSV(B) 45º 0.47% 0.8% -
XYZ 43.93 46.56 20.86 -
YUV 178.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 204 180 108 0 0.12 0.47 0.2 45 0.48 0.61
Hex CC B4 6C 0 C 2F 14 2D 30 3D
Octal 314 264 154 0 14 57 24 55 60 75
Binary 11001100 10110100 1101100 0 1100 101111 10100 101101 110000 111101

Color Harmonies of #CCB46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB46C

Black with #CCB46C

Text Example


Text Example

White with #CCB46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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