Html Css Color HEX #CE6952 Japonica

📋 copy color: '#CE6952'

red 206 ◦ green 105 ◦ blue 82

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

Shades of Japonica #CE6952

Tints of Japonica #CE6952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.72%

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

R = 52.42%
G = 26.72%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE6952 (or 0xCE6952) is known color: Japonica. HEX triplet: CE, 69 and 52. RGB value is (206,105,82). Sum of RGB (Red+Green+Blue) = 206+105+82=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6952 is #3196AD. Grayscale: #848484. Windows color (decimal): -3249838 or 5401038. OLE color: 5401038.

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

Color convert

RGB 206 105 82 -
CMYK 0 0.49 0.60 0.19
HSL 11.13º 0.56% 0.56% -
HSV(B) 11.13º 0.6% 0.81% -
XYZ 32.03 23.83 10.9 -
YUV 132.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 206 105 82 0 0.49 0.60 0.19 11.13 0.56 0.56
Hex CE 69 52 0 31 3C 13 B 38 38
Octal 316 151 122 0 61 74 23 13 70 70
Binary 11001110 1101001 1010010 0 110001 111100 10011 1011 111000 111000

Color Harmonies of #CE6952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6952

Black with #CE6952

Text Example


Text Example

White with #CE6952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6952; }

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

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

background-color css

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

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

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

border-color css

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

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

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