Html Css Color HEX #C6CCBC Harp

📋 copy color: '#C6CCBC'

red 198 ◦ green 204 ◦ blue 188

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

Shades of Harp #C6CCBC

Tints of Harp #C6CCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.86%

R = 33.56%
G = 34.58%
B = 31.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#C6CCBC (or 0xC6CCBC) is known color: Harp. HEX triplet: C6, CC and BC. RGB value is (198,204,188). Sum of RGB (Red+Green+Blue) = 198+204+188=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCBC is #393343. Grayscale: #C8C8C8. Windows color (decimal): -3748676 or 12373190. OLE color: 12373190.

HSL color Cylindrical-coordinate representation of color #C6CCBC: hue angle of 82.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6CCBC is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 204 188 -
CMYK 0.03 0 0.08 0.2
HSL 82.5º 0.14% 0.77% -
HSV(B) 82.5º 0.08% 0.8% -
XYZ 53.96 58.82 56.09 -
YUV 200.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 198 204 188 0.03 0 0.08 0.2 82.5 0.14 0.77
Hex C6 CC BC 3 0 8 14 52 E 4D
Octal 306 314 274 3 0 10 24 122 16 115
Binary 11000110 11001100 10111100 11 0 1000 10100 1010010 1110 1001101

Color Harmonies of #C6CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCBC

Black with #C6CCBC

Text Example


Text Example

White with #C6CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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