Html Css Color HEX #C2CCBE Surf Crest

📋 copy color: '#C2CCBE'

red 194 ◦ green 204 ◦ blue 190

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

Shades of Surf Crest #C2CCBE

Tints of Surf Crest #C2CCBE

RGB

 RED value IS 194 (76.17% from 255) = 32.99%

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

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

R = 32.99%
G = 34.69%
B = 32.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#C2CCBE (or 0xC2CCBE) is known color: Surf Crest. HEX triplet: C2, CC and BE. RGB value is (194,204,190). Sum of RGB (Red+Green+Blue) = 194+204+190=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCBE is #3D3341. Grayscale: #C7C7C7. Windows color (decimal): -4010818 or 12504258. OLE color: 12504258.

HSL color Cylindrical-coordinate representation of color #C2CCBE: hue angle of 102.86º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2CCBE is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 190 -
CMYK 0.05 0 0.07 0.2
HSL 102.86º 0.12% 0.77% -
HSV(B) 102.86º 0.07% 0.8% -
XYZ 53.14 58.37 57.18 -
YUV 199.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 194 204 190 0.05 0 0.07 0.2 102.86 0.12 0.77
Hex C2 CC BE 5 0 7 14 67 C 4D
Octal 302 314 276 5 0 7 24 147 14 115
Binary 11000010 11001100 10111110 101 0 111 10100 1100111 1100 1001101

Color Harmonies of #C2CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCBE

Black with #C2CCBE

Text Example


Text Example

White with #C2CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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