Html Css Color HEX #CF7853 Japonica

📋 copy color: '#CF7853'

red 207 ◦ green 120 ◦ blue 83

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

Shades of Japonica #CF7853

Tints of Japonica #CF7853

RGB

 RED value IS 207 (81.25% from 255) = 50.49%

 GREEN value IS 120 (47.27% from 255) = 29.27%

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

R = 50.49%
G = 29.27%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF7853 (or 0xCF7853) is known color: Japonica. HEX triplet: CF, 78 and 53. RGB value is (207,120,83). Sum of RGB (Red+Green+Blue) = 207+120+83=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7853 is #3087AC. Grayscale: #8E8E8E. Windows color (decimal): -3180461 or 5470415. OLE color: 5470415.

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

Color convert

RGB 207 120 83 -
CMYK 0 0.42 0.60 0.19
HSL 17.9º 0.56% 0.57% -
HSV(B) 17.9º 0.6% 0.81% -
XYZ 34.01 27.32 11.66 -
YUV 141.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 207 120 83 0 0.42 0.60 0.19 17.9 0.56 0.57
Hex CF 78 53 0 2A 3C 13 12 38 39
Octal 317 170 123 0 52 74 23 22 70 71
Binary 11001111 1111000 1010011 0 101010 111100 10011 10010 111000 111001

Color Harmonies of #CF7853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7853

Black with #CF7853

Text Example


Text Example

White with #CF7853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7853; }

 p { color: rgb(207,120,83); }

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

background-color css

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

 a { background-color: rgb(207,120,83); }

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

border-color css

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

 span { border-color: rgb(207,120,83); }

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