Html Css Color HEX #CE7652 Japonica

📋 copy color: '#CE7652'

red 206 ◦ green 118 ◦ blue 82

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

Shades of Japonica #CE7652

Tints of Japonica #CE7652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

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

R = 50.74%
G = 29.06%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE7652 (or 0xCE7652) is known color: Japonica. HEX triplet: CE, 76 and 52. RGB value is (206,118,82). Sum of RGB (Red+Green+Blue) = 206+118+82=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7652 is #3189AD. Grayscale: #8C8C8C. Windows color (decimal): -3246510 or 5404366. OLE color: 5404366.

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

Color convert

RGB 206 118 82 -
CMYK 0 0.43 0.60 0.19
HSL 17.42º 0.56% 0.56% -
HSV(B) 17.42º 0.6% 0.81% -
XYZ 33.46 26.69 11.37 -
YUV 140.21 95.15 174.93 -
System Red Green Blue C M Y K H S L
Decimal 206 118 82 0 0.43 0.60 0.19 17.42 0.56 0.56
Hex CE 76 52 0 2B 3C 13 11 38 38
Octal 316 166 122 0 53 74 23 21 70 70
Binary 11001110 1110110 1010010 0 101011 111100 10011 10001 111000 111000

Color Harmonies of #CE7652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7652

Black with #CE7652

Text Example


Text Example

White with #CE7652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7652; }

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

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

background-color css

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

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

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

border-color css

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

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

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