Html Css Color HEX #C3CDBE Surf Crest

📋 copy color: '#C3CDBE'

red 195 ◦ green 205 ◦ blue 190

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

Shades of Surf Crest #C3CDBE

Tints of Surf Crest #C3CDBE

RGB

 RED value IS 195 (76.56% from 255) = 33.05%

 GREEN value IS 205 (80.47% from 255) = 34.75%

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

R = 33.05%
G = 34.75%
B = 32.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#C3CDBE (or 0xC3CDBE) is known color: Surf Crest. HEX triplet: C3, CD and BE. RGB value is (195,205,190). Sum of RGB (Red+Green+Blue) = 195+205+190=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDBE is #3C3241. Grayscale: #C8C8C8. Windows color (decimal): -3945026 or 12504515. OLE color: 12504515.

HSL color Cylindrical-coordinate representation of color #C3CDBE: hue angle of 100º degrees, saturation: 0.13, 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 #C3CDBE is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 205 190 -
CMYK 0.05 0 0.07 0.20
HSL 100º 0.13% 0.77% -
HSV(B) 100º 0.07% 0.8% -
XYZ 53.63 58.98 57.27 -
YUV 200.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 195 205 190 0.05 0 0.07 0.20 100 0.13 0.77
Hex C3 CD BE 5 0 7 14 64 D 4D
Octal 303 315 276 5 0 7 24 144 15 115
Binary 11000011 11001101 10111110 101 0 111 10100 1100100 1101 1001101

Color Harmonies of #C3CDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CDBE

Black with #C3CDBE

Text Example


Text Example

White with #C3CDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CDBE; }

 p { color: rgb(195,205,190); }

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

background-color css

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

 a { background-color: rgb(195,205,190); }

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

border-color css

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

 span { border-color: rgb(195,205,190); }

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