Html Css Color HEX #CE6953 Japonica

📋 copy color: '#CE6953'

red 206 ◦ green 105 ◦ blue 83

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

Shades of Japonica #CE6953

Tints of Japonica #CE6953

RGB

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

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

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

R = 52.28%
G = 26.65%
B = 21.07%

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

#CE6953 (or 0xCE6953) is known color: Japonica. HEX triplet: CE, 69 and 53. RGB value is (206,105,83). Sum of RGB (Red+Green+Blue) = 206+105+83=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6953 is #3196AC. Grayscale: #848484. Windows color (decimal): -3249837 or 5466574. OLE color: 5466574.

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

Color convert

RGB 206 105 83 -
CMYK 0 0.49 0.60 0.19
HSL 10.73º 0.56% 0.57% -
HSV(B) 10.73º 0.6% 0.81% -
XYZ 32.07 23.85 11.1 -
YUV 132.69 99.96 180.29 -
System Red Green Blue C M Y K H S L
Decimal 206 105 83 0 0.49 0.60 0.19 10.73 0.56 0.57
Hex CE 69 53 0 31 3C 13 B 38 39
Octal 316 151 123 0 61 74 23 13 70 71
Binary 11001110 1101001 1010011 0 110001 111100 10011 1011 111000 111001

Color Harmonies of #CE6953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6953

Black with #CE6953

Text Example


Text Example

White with #CE6953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6953; }

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

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

background-color css

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

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

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

border-color css

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

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

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