Html Css Color HEX #C6CFBA Harp

📋 copy color: '#C6CFBA'

red 198 ◦ green 207 ◦ blue 186

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

Shades of Harp #C6CFBA

Tints of Harp #C6CFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.47%

R = 33.5%
G = 35.03%
B = 31.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#C6CFBA (or 0xC6CFBA) is known color: Harp. HEX triplet: C6, CF and BA. RGB value is (198,207,186). Sum of RGB (Red+Green+Blue) = 198+207+186=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFBA is #393045. Grayscale: #C9C9C9. Windows color (decimal): -3747910 or 12242886. OLE color: 12242886.

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

Color convert

RGB 198 207 186 -
CMYK 0.04 0 0.10 0.19
HSL 85.71º 0.18% 0.77% -
HSV(B) 85.71º 0.1% 0.81% -
XYZ 54.46 60.18 55.2 -
YUV 201.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 198 207 186 0.04 0 0.10 0.19 85.71 0.18 0.77
Hex C6 CF BA 4 0 A 13 56 12 4D
Octal 306 317 272 4 0 12 23 126 22 115
Binary 11000110 11001111 10111010 100 0 1010 10011 1010110 10010 1001101

Color Harmonies of #C6CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFBA

Black with #C6CFBA

Text Example


Text Example

White with #C6CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFBA; }

 p { color: rgb(198,207,186); }

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

background-color css

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

 a { background-color: rgb(198,207,186); }

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

border-color css

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

 span { border-color: rgb(198,207,186); }

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