Html Css Color HEX #CCD2BE Harp

📋 copy color: '#CCD2BE'

red 204 ◦ green 210 ◦ blue 190

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

Shades of Harp #CCD2BE

Tints of Harp #CCD2BE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.77%

 BLUE value IS 190 (74.61% from 255) = 31.46%

R = 33.77%
G = 34.77%
B = 31.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#CCD2BE (or 0xCCD2BE) is known color: Harp. HEX triplet: CC, D2 and BE. RGB value is (204,210,190). Sum of RGB (Red+Green+Blue) = 204+210+190=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2BE is #332D41. Grayscale: #CECECE. Windows color (decimal): -3353922 or 12505804. OLE color: 12505804.

HSL color Cylindrical-coordinate representation of color #CCD2BE: hue angle of 78º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD2BE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 190 -
CMYK 0.03 0 0.10 0.18
HSL 78º 0.18% 0.78% -
HSV(B) 78º 0.1% 0.82% -
XYZ 57.24 62.65 57.79 -
YUV 205.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 204 210 190 0.03 0 0.10 0.18 78 0.18 0.78
Hex CC D2 BE 3 0 A 12 4E 12 4E
Octal 314 322 276 3 0 12 22 116 22 116
Binary 11001100 11010010 10111110 11 0 1010 10010 1001110 10010 1001110

Color Harmonies of #CCD2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2BE

Black with #CCD2BE

Text Example


Text Example

White with #CCD2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2BE; }

 p { color: rgb(204,210,190); }

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

background-color css

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

 a { background-color: rgb(204,210,190); }

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

border-color css

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

 span { border-color: rgb(204,210,190); }

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