Html Css Color HEX #CF6E53 Japonica

📋 copy color: '#CF6E53'

red 207 ◦ green 110 ◦ blue 83

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

Shades of Japonica #CF6E53

Tints of Japonica #CF6E53

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.5%

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

R = 51.75%
G = 27.5%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF6E53 (or 0xCF6E53) is known color: Japonica. HEX triplet: CF, 6E and 53. RGB value is (207,110,83). Sum of RGB (Red+Green+Blue) = 207+110+83=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6E53 is #3091AC. Grayscale: #888888. Windows color (decimal): -3183021 or 5467855. OLE color: 5467855.

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

Color convert

RGB 207 110 83 -
CMYK 0 0.47 0.60 0.19
HSL 13.06º 0.56% 0.57% -
HSV(B) 13.06º 0.6% 0.81% -
XYZ 32.87 25.04 11.28 -
YUV 135.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 207 110 83 0 0.47 0.60 0.19 13.06 0.56 0.57
Hex CF 6E 53 0 2F 3C 13 D 38 39
Octal 317 156 123 0 57 74 23 15 70 71
Binary 11001111 1101110 1010011 0 101111 111100 10011 1101 111000 111001

Color Harmonies of #CF6E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E53

Black with #CF6E53

Text Example


Text Example

White with #CF6E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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