Html Css Color HEX #C0D2B4 Surf Crest

📋 copy color: '#C0D2B4'

red 192 ◦ green 210 ◦ blue 180

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

Shades of Surf Crest #C0D2B4

Tints of Surf Crest #C0D2B4

RGB

 RED value IS 192 (75.39% from 255) = 32.99%

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

 BLUE value IS 180 (70.7% from 255) = 30.93%

R = 32.99%
G = 36.08%
B = 30.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#C0D2B4 (or 0xC0D2B4) is known color: Surf Crest. HEX triplet: C0, D2 and B4. RGB value is (192,210,180). Sum of RGB (Red+Green+Blue) = 192+210+180=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2B4 is #3F2D4B. Grayscale: #C9C9C9. Windows color (decimal): -4140364 or 11850432. OLE color: 11850432.

HSL color Cylindrical-coordinate representation of color #C0D2B4: hue angle of 96º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0D2B4 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 210 180 -
CMYK 0.09 0 0.14 0.18
HSL 96º 0.25% 0.76% -
HSV(B) 96º 0.14% 0.82% -
XYZ 53.02 60.59 52.08 -
YUV 201.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 192 210 180 0.09 0 0.14 0.18 96 0.25 0.76
Hex C0 D2 B4 9 0 E 12 60 19 4C
Octal 300 322 264 11 0 16 22 140 31 114
Binary 11000000 11010010 10110100 1001 0 1110 10010 1100000 11001 1001100

Color Harmonies of #C0D2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D2B4

Black with #C0D2B4

Text Example


Text Example

White with #C0D2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D2B4; }

 p { color: rgb(192,210,180); }

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

background-color css

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

 a { background-color: rgb(192,210,180); }

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

border-color css

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

 span { border-color: rgb(192,210,180); }

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