Html Css Color HEX #CE7B5B Japonica

📋 copy color: '#CE7B5B'

red 206 ◦ green 123 ◦ blue 91

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

Shades of Japonica #CE7B5B

Tints of Japonica #CE7B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.29%

 BLUE value IS 91 (35.94% from 255) = 21.67%

R = 49.05%
G = 29.29%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE7B5B (or 0xCE7B5B) is known color: Japonica. HEX triplet: CE, 7B and 5B. RGB value is (206,123,91). Sum of RGB (Red+Green+Blue) = 206+123+91=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B5B is #3184A4. Grayscale: #909090. Windows color (decimal): -3245221 or 5995470. OLE color: 5995470.

HSL color Cylindrical-coordinate representation of color #CE7B5B: hue angle of 16.7º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE7B5B is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 91 -
CMYK 0 0.40 0.56 0.19
HSL 16.7º 0.54% 0.58% -
HSV(B) 16.7º 0.56% 0.81% -
XYZ 34.42 28.04 13.5 -
YUV 144.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 206 123 91 0 0.40 0.56 0.19 16.7 0.54 0.58
Hex CE 7B 5B 0 28 38 13 11 36 3A
Octal 316 173 133 0 50 70 23 21 66 72
Binary 11001110 1111011 1011011 0 101000 111000 10011 10001 110110 111010

Color Harmonies of #CE7B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B5B

Black with #CE7B5B

Text Example


Text Example

White with #CE7B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B5B; }

 p { color: rgb(206,123,91); }

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

background-color css

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

 a { background-color: rgb(206,123,91); }

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

border-color css

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

 span { border-color: rgb(206,123,91); }

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