Html Css Color HEX #CF755A Japonica

📋 copy color: '#CF755A'

red 207 ◦ green 117 ◦ blue 90

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

Shades of Japonica #CF755A

Tints of Japonica #CF755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.74%

R = 50%
G = 28.26%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF755A (or 0xCF755A) is known color: Japonica. HEX triplet: CF, 75 and 5A. RGB value is (207,117,90). Sum of RGB (Red+Green+Blue) = 207+117+90=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF755A is #308AA5. Grayscale: #8D8D8D. Windows color (decimal): -3181222 or 5928399. OLE color: 5928399.

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

Color convert

RGB 207 117 90 -
CMYK 0 0.43 0.57 0.19
HSL 13.85º 0.55% 0.58% -
HSV(B) 13.85º 0.57% 0.81% -
XYZ 33.94 26.73 13.04 -
YUV 140.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 207 117 90 0 0.43 0.57 0.19 13.85 0.55 0.58
Hex CF 75 5A 0 2B 39 13 E 37 3A
Octal 317 165 132 0 53 71 23 16 67 72
Binary 11001111 1110101 1011010 0 101011 111001 10011 1110 110111 111010

Color Harmonies of #CF755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF755A

Black with #CF755A

Text Example


Text Example

White with #CF755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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