Html Css Color HEX #CCB46D Putty

📋 copy color: '#CCB46D'

red 204 ◦ green 180 ◦ blue 109

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

Shades of Putty #CCB46D

Tints of Putty #CCB46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.11%

R = 41.38%
G = 36.51%
B = 22.11%

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

#CCB46D (or 0xCCB46D) is known color: Putty. HEX triplet: CC, B4 and 6D. RGB value is (204,180,109). Sum of RGB (Red+Green+Blue) = 204+180+109=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB46D is #334B92. Grayscale: #B3B3B3. Windows color (decimal): -3361683 or 7189708. OLE color: 7189708.

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

Color convert

RGB 204 180 109 -
CMYK 0 0.12 0.47 0.2
HSL 44.84º 0.48% 0.61% -
HSV(B) 44.84º 0.47% 0.8% -
XYZ 43.98 46.58 21.14 -
YUV 179.08 88.45 145.77 -
System Red Green Blue C M Y K H S L
Decimal 204 180 109 0 0.12 0.47 0.2 44.84 0.48 0.61
Hex CC B4 6D 0 C 2F 14 2D 30 3D
Octal 314 264 155 0 14 57 24 55 60 75
Binary 11001100 10110100 1101101 0 1100 101111 10100 101101 110000 111101

Color Harmonies of #CCB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB46D

Black with #CCB46D

Text Example


Text Example

White with #CCB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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