Html Css Color HEX #C66B53 Japonica

📋 copy color: '#C66B53'

red 198 ◦ green 107 ◦ blue 83

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

Shades of Japonica #C66B53

Tints of Japonica #C66B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 51.03%
G = 27.58%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C66B53 (or 0xC66B53) is known color: Japonica. HEX triplet: C6, 6B and 53. RGB value is (198,107,83). Sum of RGB (Red+Green+Blue) = 198+107+83=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66B53 is #3994AC. Grayscale: #838383. Windows color (decimal): -3773613 or 5467078. OLE color: 5467078.

HSL color Cylindrical-coordinate representation of color #C66B53: hue angle of 12.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C66B53 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 107 83 -
CMYK 0 0.46 0.58 0.22
HSL 12.52º 0.5% 0.55% -
HSV(B) 12.52º 0.58% 0.78% -
XYZ 30.11 23.15 11.06 -
YUV 131.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 198 107 83 0 0.46 0.58 0.22 12.52 0.5 0.55
Hex C6 6B 53 0 2E 3A 16 D 32 37
Octal 306 153 123 0 56 72 26 15 62 67
Binary 11000110 1101011 1010011 0 101110 111010 10110 1101 110010 110111

Color Harmonies of #C66B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66B53

Black with #C66B53

Text Example


Text Example

White with #C66B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66B53; }

 p { color: rgb(198,107,83); }

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

background-color css

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

 a { background-color: rgb(198,107,83); }

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

border-color css

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

 span { border-color: rgb(198,107,83); }

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