Html Css Color HEX #CA533F Dark Coral

📋 copy color: '#CA533F'

red 202 ◦ green 83 ◦ blue 63

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

Shades of Dark Coral #CA533F

Tints of Dark Coral #CA533F

RGB

 RED value IS 202 (79.3% from 255) = 58.05%

 GREEN value IS 83 (32.81% from 255) = 23.85%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 58.05%
G = 23.85%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA533F (or 0xCA533F) is known color: Dark Coral. HEX triplet: CA, 53 and 3F. RGB value is (202,83,63). Sum of RGB (Red+Green+Blue) = 202+83+63=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA533F is #35ACC0. Grayscale: #747474. Windows color (decimal): -3517633 or 4150218. OLE color: 4150218.

HSL color Cylindrical-coordinate representation of color #CA533F: hue angle of 8.63º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA533F is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 83 63 -
CMYK 0 0.59 0.69 0.21
HSL 8.63º 0.57% 0.52% -
HSV(B) 8.63º 0.69% 0.79% -
XYZ 28.35 19.1 6.9 -
YUV 116.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 202 83 63 0 0.59 0.69 0.21 8.63 0.57 0.52
Hex CA 53 3F 0 3B 45 15 9 39 34
Octal 312 123 77 0 73 105 25 11 71 64
Binary 11001010 1010011 111111 0 111011 1000101 10101 1001 111001 110100

Color Harmonies of #CA533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA533F

Black with #CA533F

Text Example


Text Example

White with #CA533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA533F; }

 p { color: rgb(202,83,63); }

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

background-color css

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

 a { background-color: rgb(202,83,63); }

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

border-color css

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

 span { border-color: rgb(202,83,63); }

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