Html Css Color HEX #C6CBBF Harp

📋 copy color: '#C6CBBF'

red 198 ◦ green 203 ◦ blue 191

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

Shades of Harp #C6CBBF

Tints of Harp #C6CBBF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.29%

 BLUE value IS 191 (75% from 255) = 32.26%

R = 33.45%
G = 34.29%
B = 32.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#C6CBBF (or 0xC6CBBF) is known color: Harp. HEX triplet: C6, CB and BF. RGB value is (198,203,191). Sum of RGB (Red+Green+Blue) = 198+203+191=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBBF is #393440. Grayscale: #C8C8C8. Windows color (decimal): -3748929 or 12569542. OLE color: 12569542.

HSL color Cylindrical-coordinate representation of color #C6CBBF: hue angle of 85º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6CBBF is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 203 191 -
CMYK 0.02 0 0.06 0.20
HSL 85º 0.1% 0.77% -
HSV(B) 85º 0.06% 0.8% -
XYZ 54.05 58.48 57.73 -
YUV 200.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 198 203 191 0.02 0 0.06 0.20 85 0.1 0.77
Hex C6 CB BF 2 0 6 14 55 A 4D
Octal 306 313 277 2 0 6 24 125 12 115
Binary 11000110 11001011 10111111 10 0 110 10100 1010101 1010 1001101

Color Harmonies of #C6CBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBBF

Black with #C6CBBF

Text Example


Text Example

White with #C6CBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBBF; }

 p { color: rgb(198,203,191); }

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

background-color css

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

 a { background-color: rgb(198,203,191); }

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

border-color css

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

 span { border-color: rgb(198,203,191); }

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