Html Css Color HEX #C2CFBB Surf Crest

📋 copy color: '#C2CFBB'

red 194 ◦ green 207 ◦ blue 187

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

Shades of Surf Crest #C2CFBB

Tints of Surf Crest #C2CFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.2%

 BLUE value IS 187 (73.44% from 255) = 31.8%

R = 32.99%
G = 35.2%
B = 31.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#C2CFBB (or 0xC2CFBB) is known color: Surf Crest. HEX triplet: C2, CF and BB. RGB value is (194,207,187). Sum of RGB (Red+Green+Blue) = 194+207+187=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFBB is #3D3044. Grayscale: #C8C8C8. Windows color (decimal): -4010053 or 12308418. OLE color: 12308418.

HSL color Cylindrical-coordinate representation of color #C2CFBB: hue angle of 99º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2CFBB is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 187 -
CMYK 0.06 0 0.10 0.19
HSL 99º 0.17% 0.77% -
HSV(B) 99º 0.1% 0.81% -
XYZ 53.53 59.68 55.71 -
YUV 200.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 194 207 187 0.06 0 0.10 0.19 99 0.17 0.77
Hex C2 CF BB 6 0 A 13 63 11 4D
Octal 302 317 273 6 0 12 23 143 21 115
Binary 11000010 11001111 10111011 110 0 1010 10011 1100011 10001 1001101

Color Harmonies of #C2CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFBB

Black with #C2CFBB

Text Example


Text Example

White with #C2CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFBB; }

 p { color: rgb(194,207,187); }

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

background-color css

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

 a { background-color: rgb(194,207,187); }

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

border-color css

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

 span { border-color: rgb(194,207,187); }

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