Html Css Color HEX #CCB46F Putty

📋 copy color: '#CCB46F'

red 204 ◦ green 180 ◦ blue 111

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

Shades of Putty #CCB46F

Tints of Putty #CCB46F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.42%

R = 41.21%
G = 36.36%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCB46F (or 0xCCB46F) is known color: Putty. HEX triplet: CC, B4 and 6F. RGB value is (204,180,111). Sum of RGB (Red+Green+Blue) = 204+180+111=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB46F is #334B90. Grayscale: #B3B3B3. Windows color (decimal): -3361681 or 7320780. OLE color: 7320780.

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

Color convert

RGB 204 180 111 -
CMYK 0 0.12 0.46 0.2
HSL 44.52º 0.48% 0.62% -
HSV(B) 44.52º 0.46% 0.8% -
XYZ 44.09 46.63 21.72 -
YUV 179.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 204 180 111 0 0.12 0.46 0.2 44.52 0.48 0.62
Hex CC B4 6F 0 C 2E 14 2D 30 3E
Octal 314 264 157 0 14 56 24 55 60 76
Binary 11001100 10110100 1101111 0 1100 101110 10100 101101 110000 111110

Color Harmonies of #CCB46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB46F

Black with #CCB46F

Text Example


Text Example

White with #CCB46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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