Html Css Color HEX #C6CDC1 Surf Crest

📋 copy color: '#C6CDC1'

red 198 ◦ green 205 ◦ blue 193

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

Shades of Surf Crest #C6CDC1

Tints of Surf Crest #C6CDC1

RGB

 RED value IS 198 (77.73% from 255) = 33.22%

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

 BLUE value IS 193 (75.78% from 255) = 32.38%

R = 33.22%
G = 34.4%
B = 32.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#C6CDC1 (or 0xC6CDC1) is known color: Surf Crest. HEX triplet: C6, CD and C1. RGB value is (198,205,193). Sum of RGB (Red+Green+Blue) = 198+205+193=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDC1 is #39323E. Grayscale: #C9C9C9. Windows color (decimal): -3748415 or 12701126. OLE color: 12701126.

HSL color Cylindrical-coordinate representation of color #C6CDC1: hue angle of 95º 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 #C6CDC1 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 205 193 -
CMYK 0.03 0 0.06 0.20
HSL 95º 0.11% 0.78% -
HSV(B) 95º 0.06% 0.8% -
XYZ 54.75 59.52 59.05 -
YUV 201.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 198 205 193 0.03 0 0.06 0.20 95 0.11 0.78
Hex C6 CD C1 3 0 6 14 5F B 4E
Octal 306 315 301 3 0 6 24 137 13 116
Binary 11000110 11001101 11000001 11 0 110 10100 1011111 1011 1001110

Color Harmonies of #C6CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDC1

Black with #C6CDC1

Text Example


Text Example

White with #C6CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDC1; }

 p { color: rgb(198,205,193); }

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

background-color css

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

 a { background-color: rgb(198,205,193); }

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

border-color css

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

 span { border-color: rgb(198,205,193); }

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