Html Css Color HEX #CF6953 Japonica

📋 copy color: '#CF6953'

red 207 ◦ green 105 ◦ blue 83

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

Shades of Japonica #CF6953

Tints of Japonica #CF6953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.01%

R = 52.41%
G = 26.58%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF6953 (or 0xCF6953) is known color: Japonica. HEX triplet: CF, 69 and 53. RGB value is (207,105,83). Sum of RGB (Red+Green+Blue) = 207+105+83=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6953 is #3096AC. Grayscale: #858585. Windows color (decimal): -3184301 or 5466575. OLE color: 5466575.

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

Color convert

RGB 207 105 83 -
CMYK 0 0.49 0.60 0.19
HSL 10.65º 0.56% 0.57% -
HSV(B) 10.65º 0.6% 0.81% -
XYZ 32.35 23.99 11.11 -
YUV 132.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 207 105 83 0 0.49 0.60 0.19 10.65 0.56 0.57
Hex CF 69 53 0 31 3C 13 B 38 39
Octal 317 151 123 0 61 74 23 13 70 71
Binary 11001111 1101001 1010011 0 110001 111100 10011 1011 111000 111001

Color Harmonies of #CF6953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6953

Black with #CF6953

Text Example


Text Example

White with #CF6953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6953; }

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

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

background-color css

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

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

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

border-color css

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

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

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