Html Css Color HEX #CCD2BA Harp

📋 copy color: '#CCD2BA'

red 204 ◦ green 210 ◦ blue 186

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

Shades of Harp #CCD2BA

Tints of Harp #CCD2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31%

R = 34%
G = 35%
B = 31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#CCD2BA (or 0xCCD2BA) is known color: Harp. HEX triplet: CC, D2 and BA. RGB value is (204,210,186). Sum of RGB (Red+Green+Blue) = 204+210+186=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2BA is #332D45. Grayscale: #CDCDCD. Windows color (decimal): -3353926 or 12243660. OLE color: 12243660.

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

Color convert

RGB 204 210 186 -
CMYK 0.03 0 0.11 0.18
HSL 75º 0.21% 0.78% -
HSV(B) 75º 0.11% 0.82% -
XYZ 56.81 62.48 55.52 -
YUV 205.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 204 210 186 0.03 0 0.11 0.18 75 0.21 0.78
Hex CC D2 BA 3 0 B 12 4B 15 4E
Octal 314 322 272 3 0 13 22 113 25 116
Binary 11001100 11010010 10111010 11 0 1011 10010 1001011 10101 1001110

Color Harmonies of #CCD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2BA

Black with #CCD2BA

Text Example


Text Example

White with #CCD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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