Html Css Color HEX #CF755D Japonica

📋 copy color: '#CF755D'

red 207 ◦ green 117 ◦ blue 93

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

Shades of Japonica #CF755D

Tints of Japonica #CF755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.06%

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 49.64%
G = 28.06%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF755D (or 0xCF755D) is known color: Japonica. HEX triplet: CF, 75 and 5D. RGB value is (207,117,93). Sum of RGB (Red+Green+Blue) = 207+117+93=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF755D is #308AA2. Grayscale: #8D8D8D. Windows color (decimal): -3181219 or 6125007. OLE color: 6125007.

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

Color convert

RGB 207 117 93 -
CMYK 0 0.43 0.55 0.19
HSL 12.63º 0.54% 0.59% -
HSV(B) 12.63º 0.55% 0.81% -
XYZ 34.07 26.78 13.73 -
YUV 141.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 207 117 93 0 0.43 0.55 0.19 12.63 0.54 0.59
Hex CF 75 5D 0 2B 37 13 D 36 3B
Octal 317 165 135 0 53 67 23 15 66 73
Binary 11001111 1110101 1011101 0 101011 110111 10011 1101 110110 111011

Color Harmonies of #CF755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF755D

Black with #CF755D

Text Example


Text Example

White with #CF755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF755D; }

 p { color: rgb(207,117,93); }

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

background-color css

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

 a { background-color: rgb(207,117,93); }

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

border-color css

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

 span { border-color: rgb(207,117,93); }

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