Html Css Color HEX #CE7252 Japonica

📋 copy color: '#CE7252'

red 206 ◦ green 114 ◦ blue 82

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

Shades of Japonica #CE7252

Tints of Japonica #CE7252

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.36%

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

R = 51.24%
G = 28.36%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE7252 (or 0xCE7252) is known color: Japonica. HEX triplet: CE, 72 and 52. RGB value is (206,114,82). Sum of RGB (Red+Green+Blue) = 206+114+82=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7252 is #318DAD. Grayscale: #8A8A8A. Windows color (decimal): -3247534 or 5403342. OLE color: 5403342.

HSL color Cylindrical-coordinate representation of color #CE7252: hue angle of 15.48º 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 #CE7252 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 114 82 -
CMYK 0 0.45 0.60 0.19
HSL 15.48º 0.56% 0.56% -
HSV(B) 15.48º 0.6% 0.81% -
XYZ 32.99 25.77 11.22 -
YUV 137.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 206 114 82 0 0.45 0.60 0.19 15.48 0.56 0.56
Hex CE 72 52 0 2D 3C 13 F 38 38
Octal 316 162 122 0 55 74 23 17 70 70
Binary 11001110 1110010 1010010 0 101101 111100 10011 1111 111000 111000

Color Harmonies of #CE7252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7252

Black with #CE7252

Text Example


Text Example

White with #CE7252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7252; }

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

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

background-color css

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

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

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

border-color css

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

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

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