Html Css Color HEX #C6CBBE Harp

📋 copy color: '#C6CBBE'

red 198 ◦ green 203 ◦ blue 190

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

Shades of Harp #C6CBBE

Tints of Harp #C6CBBE

RGB

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

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

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

R = 33.5%
G = 34.35%
B = 32.15%

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

#C6CBBE (or 0xC6CBBE) is known color: Harp. HEX triplet: C6, CB and BE. RGB value is (198,203,190). Sum of RGB (Red+Green+Blue) = 198+203+190=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBBE is #393441. Grayscale: #C8C8C8. Windows color (decimal): -3748930 or 12504006. OLE color: 12504006.

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

Color convert

RGB 198 203 190 -
CMYK 0.02 0 0.06 0.20
HSL 83.08º 0.11% 0.77% -
HSV(B) 83.08º 0.06% 0.8% -
XYZ 53.94 58.44 57.15 -
YUV 200.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 198 203 190 0.02 0 0.06 0.20 83.08 0.11 0.77
Hex C6 CB BE 2 0 6 14 53 B 4D
Octal 306 313 276 2 0 6 24 123 13 115
Binary 11000110 11001011 10111110 10 0 110 10100 1010011 1011 1001101

Color Harmonies of #C6CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBBE

Black with #C6CBBE

Text Example


Text Example

White with #C6CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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