Html Css Color HEX #C4CFBB Surf Crest

📋 copy color: '#C4CFBB'

red 196 ◦ green 207 ◦ blue 187

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

Shades of Surf Crest #C4CFBB

Tints of Surf Crest #C4CFBB

RGB

 RED value IS 196 (76.95% from 255) = 33.22%

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

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

R = 33.22%
G = 35.08%
B = 31.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#C4CFBB (or 0xC4CFBB) is known color: Surf Crest. HEX triplet: C4, CF and BB. RGB value is (196,207,187). Sum of RGB (Red+Green+Blue) = 196+207+187=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFBB is #3B3044. Grayscale: #C9C9C9. Windows color (decimal): -3878981 or 12308420. OLE color: 12308420.

HSL color Cylindrical-coordinate representation of color #C4CFBB: hue angle of 93º 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 #C4CFBB is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 207 187 -
CMYK 0.05 0 0.10 0.19
HSL 93º 0.17% 0.77% -
HSV(B) 93º 0.1% 0.81% -
XYZ 54.05 59.95 55.74 -
YUV 201.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 196 207 187 0.05 0 0.10 0.19 93 0.17 0.77
Hex C4 CF BB 5 0 A 13 5D 11 4D
Octal 304 317 273 5 0 12 23 135 21 115
Binary 11000100 11001111 10111011 101 0 1010 10011 1011101 10001 1001101

Color Harmonies of #C4CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CFBB

Black with #C4CFBB

Text Example


Text Example

White with #C4CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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