Html Css Color HEX #CE7665 Japonica

📋 copy color: '#CE7665'

red 206 ◦ green 118 ◦ blue 101

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

Shades of Japonica #CE7665

Tints of Japonica #CE7665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 48.47%
G = 27.76%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE7665 (or 0xCE7665) is known color: Japonica. HEX triplet: CE, 76 and 65. RGB value is (206,118,101). Sum of RGB (Red+Green+Blue) = 206+118+101=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7665 is #31899A. Grayscale: #8E8E8E. Windows color (decimal): -3246491 or 6649550. OLE color: 6649550.

HSL color Cylindrical-coordinate representation of color #CE7665: hue angle of 9.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7665 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 118 101 -
CMYK 0 0.43 0.51 0.19
HSL 9.71º 0.52% 0.6% -
HSV(B) 9.71º 0.51% 0.81% -
XYZ 34.28 27.02 15.72 -
YUV 142.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 206 118 101 0 0.43 0.51 0.19 9.71 0.52 0.6
Hex CE 76 65 0 2B 33 13 A 34 3C
Octal 316 166 145 0 53 63 23 12 64 74
Binary 11001110 1110110 1100101 0 101011 110011 10011 1010 110100 111100

Color Harmonies of #CE7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7665

Black with #CE7665

Text Example


Text Example

White with #CE7665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7665; }

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

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

background-color css

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

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

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

border-color css

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

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

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