Html Css Color HEX #C4CCC0 Surf Crest

📋 copy color: '#C4CCC0'

red 196 ◦ green 204 ◦ blue 192

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

Shades of Surf Crest #C4CCC0

Tints of Surf Crest #C4CCC0

RGB

 RED value IS 196 (76.95% from 255) = 33.11%

 GREEN value IS 204 (80.08% from 255) = 34.46%

 BLUE value IS 192 (75.39% from 255) = 32.43%

R = 33.11%
G = 34.46%
B = 32.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#C4CCC0 (or 0xC4CCC0) is known color: Surf Crest. HEX triplet: C4, CC and C0. RGB value is (196,204,192). Sum of RGB (Red+Green+Blue) = 196+204+192=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCC0 is #3B333F. Grayscale: #C8C8C8. Windows color (decimal): -3879744 or 12635332. OLE color: 12635332.

HSL color Cylindrical-coordinate representation of color #C4CCC0: hue angle of 100º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4CCC0 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 204 192 -
CMYK 0.04 0 0.06 0.2
HSL 100º 0.11% 0.78% -
HSV(B) 100º 0.06% 0.8% -
XYZ 53.87 58.73 58.37 -
YUV 200.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 196 204 192 0.04 0 0.06 0.2 100 0.11 0.78
Hex C4 CC C0 4 0 6 14 64 B 4E
Octal 304 314 300 4 0 6 24 144 13 116
Binary 11000100 11001100 11000000 100 0 110 10100 1100100 1011 1001110

Color Harmonies of #C4CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCC0

Black with #C4CCC0

Text Example


Text Example

White with #C4CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCC0; }

 p { color: rgb(196,204,192); }

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

background-color css

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

 a { background-color: rgb(196,204,192); }

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

border-color css

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

 span { border-color: rgb(196,204,192); }

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