Html Css Color HEX #CE6F52 Japonica

📋 copy color: '#CE6F52'

red 206 ◦ green 111 ◦ blue 82

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

Shades of Japonica #CE6F52

Tints of Japonica #CE6F52

RGB

 RED value IS 206 (80.86% from 255) = 51.63%

 GREEN value IS 111 (43.75% from 255) = 27.82%

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 51.63%
G = 27.82%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE6F52 (or 0xCE6F52) is known color: Japonica. HEX triplet: CE, 6F and 52. RGB value is (206,111,82). Sum of RGB (Red+Green+Blue) = 206+111+82=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F52 is #3190AD. Grayscale: #888888. Windows color (decimal): -3248302 or 5402574. OLE color: 5402574.

HSL color Cylindrical-coordinate representation of color #CE6F52: hue angle of 14.03º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE6F52 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 111 82 -
CMYK 0 0.46 0.60 0.19
HSL 14.03º 0.56% 0.56% -
HSV(B) 14.03º 0.6% 0.81% -
XYZ 32.66 25.1 11.11 -
YUV 136.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 206 111 82 0 0.46 0.60 0.19 14.03 0.56 0.56
Hex CE 6F 52 0 2E 3C 13 E 38 38
Octal 316 157 122 0 56 74 23 16 70 70
Binary 11001110 1101111 1010010 0 101110 111100 10011 1110 111000 111000

Color Harmonies of #CE6F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F52

Black with #CE6F52

Text Example


Text Example

White with #CE6F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F52; }

 p { color: rgb(206,111,82); }

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

background-color css

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

 a { background-color: rgb(206,111,82); }

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

border-color css

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

 span { border-color: rgb(206,111,82); }

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