Html Css Color HEX #CE7A54 Japonica

📋 copy color: '#CE7A54'

red 206 ◦ green 122 ◦ blue 84

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

Shades of Japonica #CE7A54

Tints of Japonica #CE7A54

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.61%

 BLUE value IS 84 (33.2% from 255) = 20.39%

R = 50%
G = 29.61%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE7A54 (or 0xCE7A54) is known color: Japonica. HEX triplet: CE, 7A and 54. RGB value is (206,122,84). Sum of RGB (Red+Green+Blue) = 206+122+84=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A54 is #3185AB. Grayscale: #8F8F8F. Windows color (decimal): -3245484 or 5536462. OLE color: 5536462.

HSL color Cylindrical-coordinate representation of color #CE7A54: hue angle of 18.69º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE7A54 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 122 84 -
CMYK 0 0.41 0.59 0.19
HSL 18.69º 0.55% 0.57% -
HSV(B) 18.69º 0.59% 0.81% -
XYZ 34.01 27.68 11.94 -
YUV 142.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 206 122 84 0 0.41 0.59 0.19 18.69 0.55 0.57
Hex CE 7A 54 0 29 3B 13 13 37 39
Octal 316 172 124 0 51 73 23 23 67 71
Binary 11001110 1111010 1010100 0 101001 111011 10011 10011 110111 111001

Color Harmonies of #CE7A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A54

Black with #CE7A54

Text Example


Text Example

White with #CE7A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A54; }

 p { color: rgb(206,122,84); }

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

background-color css

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

 a { background-color: rgb(206,122,84); }

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

border-color css

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

 span { border-color: rgb(206,122,84); }

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