Html Css Color HEX #CF6957 Japonica

📋 copy color: '#CF6957'

red 207 ◦ green 105 ◦ blue 87

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

Shades of Japonica #CF6957

Tints of Japonica #CF6957

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.32%

 BLUE value IS 87 (34.38% from 255) = 21.8%

R = 51.88%
G = 26.32%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF6957 (or 0xCF6957) is known color: Japonica. HEX triplet: CF, 69 and 57. RGB value is (207,105,87). Sum of RGB (Red+Green+Blue) = 207+105+87=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6957 is #3096A8. Grayscale: #858585. Windows color (decimal): -3184297 or 5728719. OLE color: 5728719.

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

Color convert

RGB 207 105 87 -
CMYK 0 0.49 0.58 0.19
HSL 0.56% 0.58% -
HSV(B) 0.58% 0.81% -
XYZ 32.5 24.06 11.95 -
YUV 133.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 207 105 87 0 0.49 0.58 0.19 9 0.56 0.58
Hex CF 69 57 0 31 3A 13 9 38 3A
Octal 317 151 127 0 61 72 23 11 70 72
Binary 11001111 1101001 1010111 0 110001 111010 10011 1001 111000 111010

Color Harmonies of #CF6957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6957

Black with #CF6957

Text Example


Text Example

White with #CF6957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6957; }

 p { color: rgb(207,105,87); }

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

background-color css

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

 a { background-color: rgb(207,105,87); }

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

border-color css

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

 span { border-color: rgb(207,105,87); }

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