Html Css Color HEX #CF755E Japonica

📋 copy color: '#CF755E'

red 207 ◦ green 117 ◦ blue 94

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

Shades of Japonica #CF755E

Tints of Japonica #CF755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 49.52%
G = 27.99%
B = 22.49%

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

#CF755E (or 0xCF755E) is known color: Japonica. HEX triplet: CF, 75 and 5E. RGB value is (207,117,94). Sum of RGB (Red+Green+Blue) = 207+117+94=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF755E is #308AA1. Grayscale: #8D8D8D. Windows color (decimal): -3181218 or 6190543. OLE color: 6190543.

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

Color convert

RGB 207 117 94 -
CMYK 0 0.43 0.55 0.19
HSL 12.21º 0.54% 0.59% -
HSV(B) 12.21º 0.55% 0.81% -
XYZ 34.11 26.8 13.96 -
YUV 141.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 207 117 94 0 0.43 0.55 0.19 12.21 0.54 0.59
Hex CF 75 5E 0 2B 37 13 C 36 3B
Octal 317 165 136 0 53 67 23 14 66 73
Binary 11001111 1110101 1011110 0 101011 110111 10011 1100 110110 111011

Color Harmonies of #CF755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF755E

Black with #CF755E

Text Example


Text Example

White with #CF755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF755E; }

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

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

background-color css

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

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

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

border-color css

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

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

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