Html Css Color HEX #CF6F5A Japonica

📋 copy color: '#CF6F5A'

red 207 ◦ green 111 ◦ blue 90

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

Shades of Japonica #CF6F5A

Tints of Japonica #CF6F5A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.21%

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

R = 50.74%
G = 27.21%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF6F5A (or 0xCF6F5A) is known color: Japonica. HEX triplet: CF, 6F and 5A. RGB value is (207,111,90). Sum of RGB (Red+Green+Blue) = 207+111+90=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F5A is #3090A5. Grayscale: #898989. Windows color (decimal): -3182758 or 5926863. OLE color: 5926863.

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

Color convert

RGB 207 111 90 -
CMYK 0 0.46 0.57 0.19
HSL 10.77º 0.55% 0.58% -
HSV(B) 10.77º 0.57% 0.81% -
XYZ 33.26 25.37 12.82 -
YUV 137.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 207 111 90 0 0.46 0.57 0.19 10.77 0.55 0.58
Hex CF 6F 5A 0 2E 39 13 B 37 3A
Octal 317 157 132 0 56 71 23 13 67 72
Binary 11001111 1101111 1011010 0 101110 111001 10011 1011 110111 111010

Color Harmonies of #CF6F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F5A

Black with #CF6F5A

Text Example


Text Example

White with #CF6F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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