Html Css Color HEX #CF635F Indian Red

📋 copy color: '#CF635F'

red 207 ◦ green 99 ◦ blue 95

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

Shades of Indian Red #CF635F

Tints of Indian Red #CF635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 51.62%
G = 24.69%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF635F (or 0xCF635F) is known color: Indian Red. HEX triplet: CF, 63 and 5F. RGB value is (207,99,95). Sum of RGB (Red+Green+Blue) = 207+99+95=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF635F is #309CA0. Grayscale: #828282. Windows color (decimal): -3185825 or 6251471. OLE color: 6251471.

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

Color convert

RGB 207 99 95 -
CMYK 0 0.52 0.54 0.19
HSL 2.14º 0.54% 0.59% -
HSV(B) 2.14º 0.54% 0.81% -
XYZ 32.26 23.02 13.57 -
YUV 130.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 207 99 95 0 0.52 0.54 0.19 2.14 0.54 0.59
Hex CF 63 5F 0 34 36 13 2 36 3B
Octal 317 143 137 0 64 66 23 2 66 73
Binary 11001111 1100011 1011111 0 110100 110110 10011 10 110110 111011

Color Harmonies of #CF635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF635F

Black with #CF635F

Text Example


Text Example

White with #CF635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF635F; }

 p { color: rgb(207,99,95); }

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

background-color css

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

 a { background-color: rgb(207,99,95); }

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

border-color css

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

 span { border-color: rgb(207,99,95); }

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