Html Css Color HEX #CC234B Old Rose

📋 copy color: '#CC234B'

red 204 ◦ green 35 ◦ blue 75

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

Shades of Old Rose #CC234B

Tints of Old Rose #CC234B

RGB

 RED value IS 204 (80.08% from 255) = 64.97%

 GREEN value IS 35 (14.06% from 255) = 11.15%

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 64.97%
G = 11.15%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC234B (or 0xCC234B) is known color: Old Rose. HEX triplet: CC, 23 and 4B. RGB value is (204,35,75). Sum of RGB (Red+Green+Blue) = 204+35+75=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC234B is #33DCB4. Grayscale: #5A5A5A. Windows color (decimal): -3398837 or 4924364. OLE color: 4924364.

HSL color Cylindrical-coordinate representation of color #CC234B: hue angle of 345.8º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC234B is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 75 -
CMYK 0 0.83 0.63 0.2
HSL 345.8º 0.71% 0.47% -
HSV(B) 345.8º 0.83% 0.8% -
XYZ 26.77 14.55 8.05 -
YUV 90.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 204 35 75 0 0.83 0.63 0.2 345.8 0.71 0.47
Hex CC 23 4B 0 53 3F 14 15A 47 2F
Octal 314 43 113 0 123 77 24 532 107 57
Binary 11001100 100011 1001011 0 1010011 111111 10100 101011010 1000111 101111

Color Harmonies of #CC234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC234B

Black with #CC234B

Text Example


Text Example

White with #CC234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC234B; }

 p { color: rgb(204,35,75); }

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

background-color css

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

 a { background-color: rgb(204,35,75); }

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

border-color css

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

 span { border-color: rgb(204,35,75); }

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