Html Css Color HEX #C6CCBD Harp

📋 copy color: '#C6CCBD'

red 198 ◦ green 204 ◦ blue 189

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

Shades of Harp #C6CCBD

Tints of Harp #C6CCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.98%

R = 33.5%
G = 34.52%
B = 31.98%

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

#C6CCBD (or 0xC6CCBD) is known color: Harp. HEX triplet: C6, CC and BD. RGB value is (198,204,189). Sum of RGB (Red+Green+Blue) = 198+204+189=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCBD is #393342. Grayscale: #C8C8C8. Windows color (decimal): -3748675 or 12438726. OLE color: 12438726.

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

Color convert

RGB 198 204 189 -
CMYK 0.03 0 0.07 0.2
HSL 84º 0.13% 0.77% -
HSV(B) 84º 0.07% 0.8% -
XYZ 54.07 58.87 56.66 -
YUV 200.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 198 204 189 0.03 0 0.07 0.2 84 0.13 0.77
Hex C6 CC BD 3 0 7 14 54 D 4D
Octal 306 314 275 3 0 7 24 124 15 115
Binary 11000110 11001100 10111101 11 0 111 10100 1010100 1101 1001101

Color Harmonies of #C6CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCBD

Black with #C6CCBD

Text Example


Text Example

White with #C6CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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