Html Css Color HEX #C6CCBE Harp

📋 copy color: '#C6CCBE'

red 198 ◦ green 204 ◦ blue 190

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

Shades of Harp #C6CCBE

Tints of Harp #C6CCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.46%

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

R = 33.45%
G = 34.46%
B = 32.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#C6CCBE (or 0xC6CCBE) is known color: Harp. HEX triplet: C6, CC and BE. RGB value is (198,204,190). Sum of RGB (Red+Green+Blue) = 198+204+190=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCBE is #393341. Grayscale: #C8C8C8. Windows color (decimal): -3748674 or 12504262. OLE color: 12504262.

HSL color Cylindrical-coordinate representation of color #C6CCBE: hue angle of 85.71º degrees, saturation: 0.12, 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 #C6CCBE is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 204 190 -
CMYK 0.03 0 0.07 0.2
HSL 85.71º 0.12% 0.77% -
HSV(B) 85.71º 0.07% 0.8% -
XYZ 54.18 58.91 57.23 -
YUV 200.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 198 204 190 0.03 0 0.07 0.2 85.71 0.12 0.77
Hex C6 CC BE 3 0 7 14 56 C 4D
Octal 306 314 276 3 0 7 24 126 14 115
Binary 11000110 11001100 10111110 11 0 111 10100 1010110 1100 1001101

Color Harmonies of #C6CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCBE

Black with #C6CCBE

Text Example


Text Example

White with #C6CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCBE; }

 p { color: rgb(198,204,190); }

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

background-color css

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

 a { background-color: rgb(198,204,190); }

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

border-color css

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

 span { border-color: rgb(198,204,190); }

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