Html Css Color HEX #CCD48C Deco

📋 copy color: '#CCD48C'

red 204 ◦ green 212 ◦ blue 140

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

Shades of Deco #CCD48C

Tints of Deco #CCD48C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

 BLUE value IS 140 (55.08% from 255) = 25.18%

R = 36.69%
G = 38.13%
B = 25.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#CCD48C (or 0xCCD48C) is known color: Deco. HEX triplet: CC, D4 and 8C. RGB value is (204,212,140). Sum of RGB (Red+Green+Blue) = 204+212+140=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD48C is #332B73. Grayscale: #C9C9C9. Windows color (decimal): -3353460 or 9229516. OLE color: 9229516.

HSL color Cylindrical-coordinate representation of color #CCD48C: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCD48C is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 140 -
CMYK 0.04 0 0.34 0.17
HSL 66.67º 0.46% 0.69% -
HSV(B) 66.67º 0.34% 0.83% -
XYZ 53.18 61.82 33.94 -
YUV 201.4 93.35 129.85 -
System Red Green Blue C M Y K H S L
Decimal 204 212 140 0.04 0 0.34 0.17 66.67 0.46 0.69
Hex CC D4 8C 4 0 22 11 43 2E 45
Octal 314 324 214 4 0 42 21 103 56 105
Binary 11001100 11010100 10001100 100 0 100010 10001 1000011 101110 1000101

Color Harmonies of #CCD48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD48C

Black with #CCD48C

Text Example


Text Example

White with #CCD48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD48C; }

 p { color: rgb(204,212,140); }

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

background-color css

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

 a { background-color: rgb(204,212,140); }

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

border-color css

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

 span { border-color: rgb(204,212,140); }

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