Html Css Color HEX #CCCDC5 Harp

📋 copy color: '#CCCDC5'

red 204 ◦ green 205 ◦ blue 197

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

Shades of Harp #CCCDC5

Tints of Harp #CCCDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.83%

 BLUE value IS 197 (77.34% from 255) = 32.51%

R = 33.66%
G = 33.83%
B = 32.51%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CCCDC5 (or 0xCCCDC5) is known color: Harp. HEX triplet: CC, CD and C5. RGB value is (204,205,197). Sum of RGB (Red+Green+Blue) = 204+205+197=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDC5 is #33323A. Grayscale: #CBCBCB. Windows color (decimal): -3355195 or 12963276. OLE color: 12963276.

HSL color Cylindrical-coordinate representation of color #CCCDC5: hue angle of 67.5º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCDC5 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 197 -
CMYK 0.00 0 0.04 0.20
HSL 67.5º 0.07% 0.79% -
HSV(B) 67.5º 0.04% 0.8% -
XYZ 56.81 60.53 61.51 -
YUV 203.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 204 205 197 0.00 0 0.04 0.20 67.5 0.07 0.79
Hex CC CD C5 0 0 4 14 44 7 4F
Octal 314 315 305 0 0 4 24 104 7 117
Binary 11001100 11001101 11000101 0 0 100 10100 1000100 111 1001111

Color Harmonies of #CCCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDC5

Black with #CCCDC5

Text Example


Text Example

White with #CCCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDC5; }

 p { color: rgb(204,205,197); }

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

background-color css

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

 a { background-color: rgb(204,205,197); }

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

border-color css

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

 span { border-color: rgb(204,205,197); }

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