Html Css Color HEX #CF6C5A Japonica

📋 copy color: '#CF6C5A'

red 207 ◦ green 108 ◦ blue 90

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

Shades of Japonica #CF6C5A

Tints of Japonica #CF6C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.67%

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

R = 51.11%
G = 26.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF6C5A (or 0xCF6C5A) is known color: Japonica. HEX triplet: CF, 6C and 5A. RGB value is (207,108,90). Sum of RGB (Red+Green+Blue) = 207+108+90=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C5A is #3093A5. Grayscale: #878787. Windows color (decimal): -3183526 or 5926095. OLE color: 5926095.

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

Color convert

RGB 207 108 90 -
CMYK 0 0.48 0.57 0.19
HSL 9.23º 0.55% 0.58% -
HSV(B) 9.23º 0.57% 0.81% -
XYZ 32.94 24.73 12.71 -
YUV 135.55 102.3 178.96 -
System Red Green Blue C M Y K H S L
Decimal 207 108 90 0 0.48 0.57 0.19 9.23 0.55 0.58
Hex CF 6C 5A 0 30 39 13 9 37 3A
Octal 317 154 132 0 60 71 23 11 67 72
Binary 11001111 1101100 1011010 0 110000 111001 10011 1001 110111 111010

Color Harmonies of #CF6C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C5A

Black with #CF6C5A

Text Example


Text Example

White with #CF6C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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